table.SESSIONHANDLE Function

Syntax

Handle_Number as N = SessionHandle()

Description

Return the session that the table is opened under.

Discussion

The <TBL>.SESSIONHANDLE() method returns the handle associated with the table.

Example

dim tbl as P
tbl = table.open("category")
? tbl.sessionhandle()
= 1.000000

See Also